TimeInterval.Deconstruct(T, TimeSpan) method¶
Defined in
Type: TimeIntervalSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void Deconstruct(out T value, out TimeSpan interval)
Summary: Deconstructs the time interval value into a value and a time interval.
Parameters
| Name | Type | Description |
|---|---|---|
out value | T | The value. |
out interval | TimeSpan | Time interval associated with the value. |